home *** CD-ROM | disk | FTP | other *** search
/ HeiBe Erotik / HeiBe Erotik.iso / erospiel / justinam / setup.exe / 0 / RCDATA / THAUPT / THAUPT.txt < prev   
Text File  |  1979-12-31  |  2KB  |  120 lines

  1. object Haupt: THaupt
  2.   Left = 102
  3.   Top = 134
  4.   Width = 665
  5.   Height = 438
  6.   Caption = 'Organisation Product Version-Setup'
  7.   Color = clTeal
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   WindowState = wsMaximized
  14.   OnActivate = FormActivate
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnDblClick = FormDblClick
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label2: TLabel
  22.     Left = 11
  23.     Top = 13
  24.     Width = 441
  25.     Height = 41
  26.     Caption = 'Organisation Product Version'
  27.     Font.Color = clBlack
  28.     Font.Height = -35
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = [fsBold, fsItalic]
  31.     ParentFont = False
  32.     Transparent = True
  33.   end
  34.   object Label1: TLabel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 441
  38.     Height = 41
  39.     Caption = 'Organisation Product Version'
  40.     Font.Color = clWhite
  41.     Font.Height = -35
  42.     Font.Name = 'Times New Roman'
  43.     Font.Style = [fsBold, fsItalic]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Organisation: TEdit
  48.     Left = 19
  49.     Top = 60
  50.     Width = 121
  51.     Height = 21
  52.     TabOrder = 0
  53.     Text = 'Organisation'
  54.     Visible = False
  55.   end
  56.   object Product: TEdit
  57.     Left = 19
  58.     Top = 84
  59.     Width = 121
  60.     Height = 21
  61.     TabOrder = 1
  62.     Text = 'Product'
  63.     Visible = False
  64.   end
  65.   object Version: TEdit
  66.     Left = 19
  67.     Top = 108
  68.     Width = 121
  69.     Height = 21
  70.     TabOrder = 2
  71.     Text = 'Version'
  72.     Visible = False
  73.   end
  74.   object EVersion: TEdit
  75.     Left = 19
  76.     Top = 132
  77.     Width = 121
  78.     Height = 21
  79.     TabOrder = 3
  80.     Text = 'EVersion'
  81.     Visible = False
  82.   end
  83.   object RequireSerial: TEdit
  84.     Left = 19
  85.     Top = 156
  86.     Width = 121
  87.     Height = 21
  88.     TabOrder = 4
  89.     Text = 'RequireSerial'
  90.     Visible = False
  91.   end
  92.   object RequireNT: TEdit
  93.     Left = 19
  94.     Top = 180
  95.     Width = 121
  96.     Height = 21
  97.     TabOrder = 5
  98.     Text = 'RequireNT'
  99.     Visible = False
  100.   end
  101.   object RebootSystem: TEdit
  102.     Left = 19
  103.     Top = 204
  104.     Width = 121
  105.     Height = 21
  106.     TabOrder = 6
  107.     Text = 'RebootSystem'
  108.     Visible = False
  109.   end
  110.   object DefDirectory: TEdit
  111.     Left = 19
  112.     Top = 228
  113.     Width = 121
  114.     Height = 21
  115.     TabOrder = 7
  116.     Text = 'DefDirectory'
  117.     Visible = False
  118.   end
  119. end
  120.